VerifierInfo

Constructors

Link copied to clipboard
constructor(attestations: List<VerifierInfo.Attestation>)

Types

Link copied to clipboard
@Serializable
data class Attestation(val format: VerifierInfo.Attestation.Format, val data: VerifierInfo.Attestation.Data, val credentialIds: CredentialQueryIds? = null) : Serializable
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String